home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2007 January, February, March & April
/
Chip-Cover-CD-2007-02.iso
/
Pakiet bezpieczenstwa
/
mini Pentoo LiveCD 2006.1
/
mpentoo-2006.1.iso
/
livecd.squashfs
/
root
/
.bash_profile.orig
< prev
next >
Wrap
Text File
|
2006-01-24
|
169b
|
12 lines
#!/bin/bash
alias ls='ls --color'
alias aemerge='ACCEPT_KEYWORDS="~x86" emerge'
alias cp='cp -i'
alias mv='mv -i'
if [ $(tty) == /dev/tty1 ]; then
cat /root/motd
fi